projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d2caa0
)
(Fexecute_extended_command): Fix previous change.
author
Kenichi Handa
<handa@m17n.org>
Mon, 8 Dec 1997 06:58:14 +0000
(06:58 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Mon, 8 Dec 1997 06:58:14 +0000
(06:58 +0000)
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index 4f2f2b816d072778e8c997109d44af68da75b15f..2f448606464f7d885d365615759ceb54554f46d9 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-7261,8
+7261,8
@@
DEFUN ("execute-extended-command", Fexecute_extended_command, Sexecute_extended_
/* If the command has a key binding, print it now. */
if (!NILP (bindings)
- && ! (
ARRAYP (bindings)
-
&& EQ (Faref (Voverriding_local_map, bindings),
Qmouse_movement)))
+ && ! (
VECTORP (bindings) && EQ (Faref (bindings, make_number (0)),
+
Qmouse_movement)))
{
/* But first wait, and skip the message if there is input. */
if (!NILP (Fsit_for ((NUMBERP (Vsuggest_key_bindings)